getOne

inline suspend fun <T : BaseModel> getOne(id: String, expandRelations: ExpandRelations = ExpandRelations(), showFields: ShowFields = ShowFields()): T

Fetches a single record

Parameters

id

ID of the record you wish to view.